Class net.minecraft.world.gen.trunk.GiantTrunkPlacer

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

Static Fields

userdata, Codec GiantTrunkPlacer.CODEC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Codec GiantTrunkPlacer.TYPE_CODEC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int GiantTrunkPlacer.field_31530 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

GiantTrunkPlacer.fillTrunkPlacerFields(instance) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
GiantTrunkPlacer.getAndSetState(world, replacer, random, pos, config, stateProvider) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
GiantTrunkPlacer.getAndSetState(world, replacer, random, pos, config) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
GiantTrunkPlacer.setToDirt(world, replacer, random, pos, config) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
GiantTrunkPlacer.trySetState(world, replacer, random, pos, config) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

GiantTrunkPlacer(i, j, k) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Fields

int instance.baseHeight This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int instance.firstRandomHeight This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int instance.secondRandomHeight This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

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:generate(world, replacer, random, height, startPos, config) 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:getHeight(random) 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: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:toString() 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"
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"


Static Methods

GiantTrunkPlacer.fillTrunkPlacerFields(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, P3 This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
GiantTrunkPlacer.getAndSetState(world, replacer, random, pos, config, stateProvider)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, TestableWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • replacer userdata, BiConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • config userdata, TreeFeatureConfig This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • stateProvider userdata, Function 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"
GiantTrunkPlacer.getAndSetState(world, replacer, random, pos, config)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, TestableWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • replacer userdata, BiConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • config userdata, TreeFeatureConfig 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"
GiantTrunkPlacer.setToDirt(world, replacer, random, pos, config)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, TestableWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • replacer userdata, BiConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • config userdata, TreeFeatureConfig This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
GiantTrunkPlacer.trySetState(world, replacer, random, pos, config)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, TestableWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • replacer userdata, BiConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • pos userdata, BlockPos$Mutable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • config userdata, TreeFeatureConfig This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Constructors

GiantTrunkPlacer(i, j, k)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • i int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • j int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • k int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Instance Methods

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:generate(world, replacer, random, height, startPos, config)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • world userdata, TestableWorld This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • replacer userdata, BiConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • random userdata, Random This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • startPos userdata, BlockPos This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • config userdata, TreeFeatureConfig This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, List 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:getHeight(random)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

int 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, TrunkPlacerType 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: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: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(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"
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"