Class net.minecraft.world.gen.blockpredicate.AlwaysTrueBlockPredicate

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

Static Fields

userdata, Codec AlwaysTrueBlockPredicate.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 AlwaysTrueBlockPredicate.CODEC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, BlockPredicate AlwaysTrueBlockPredicate.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 AlwaysTrueBlockPredicate.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"
userdata, AlwaysTrueBlockPredicate AlwaysTrueBlockPredicate.instance This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

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

AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"
AlwaysTrueBlockPredicate.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"

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(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"