Class net.minecraft.world.gen.blockpredicate.ReplaceableBlockPredicate

This description should be content pulled from the first comments of a lua file.

Static Fields

userdata, Codec ReplaceableBlockPredicate.BASE_CODEC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Codec ReplaceableBlockPredicate.CODEC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, BlockPredicate ReplaceableBlockPredicate.IS_AIR This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, BlockPredicate ReplaceableBlockPredicate.IS_AIR_OR_WATER This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

ReplaceableBlockPredicate.allOf(predicates) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.allOf(predicates) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.alwaysTrue() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.anyOf(predicates) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.anyOf(predicates) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.bothOf(first, second) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.eitherOf(first, second) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.hasSturdyFace(face) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.hasSturdyFace(offset, face) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.insideWorldBounds(offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.matchingBlock(block, offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.matchingBlockTag(offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.matchingBlockTag(tag, offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.matchingBlocks(blocks) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.matchingBlocks(blocks, offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.matchingFluid(fluid, offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.matchingFluids(fluids, offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.not(predicate) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.registerOffsetField(instance) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.replaceable(offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.replaceable() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.solid(offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.solid() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ReplaceableBlockPredicate.wouldSurvive(state, offset) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

ReplaceableBlockPredicate(vec3i) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Fields

userdata, Vec3i instance.offset This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:and(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getType() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:negate() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:or(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:test(state) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:test(structureWorldAccess, blockPos) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:test(world, pos) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

ReplaceableBlockPredicate.allOf(predicates)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • predicates userdata, BlockPredicate[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.allOf(predicates)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • predicates userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.alwaysTrue()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.anyOf(predicates)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • predicates userdata, BlockPredicate[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.anyOf(predicates)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • predicates userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.bothOf(first, second)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • first userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • second userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.eitherOf(first, second)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • first userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • second userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.hasSturdyFace(face)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • face userdata, Direction This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.hasSturdyFace(offset, face)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • face userdata, Direction This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.insideWorldBounds(offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.matchingBlock(block, offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • block userdata, Block This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.matchingBlockTag(offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • offset userdata, TagKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.matchingBlockTag(tag, offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • tag userdata, TagKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.matchingBlocks(blocks)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • blocks userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.matchingBlocks(blocks, offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • blocks userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.matchingFluid(fluid, offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • fluid userdata, Fluid This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.matchingFluids(fluids, offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • fluids userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.not(predicate)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • predicate userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.registerOffsetField(instance)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • instance userdata, Instance This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, P1 This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.replaceable(offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.replaceable()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.solid(offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.solid()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ReplaceableBlockPredicate.wouldSurvive(state, offset)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • state userdata, BlockState This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • offset userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BlockPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Constructors

ReplaceableBlockPredicate(vec3i)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • vec3i userdata, Vec3i This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Instance Methods

instance:and(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, BiPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BiPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getType()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, BlockPredicateType This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:negate()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, BiPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:or(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, BiPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, BiPredicate This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:test(state)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • state userdata, BlockState This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:test(structureWorldAccess, blockPos)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • structureWorldAccess userdata, StructureWorldAccess This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • blockPos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:test(world, pos)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"