Class net.minecraft.world.gen.surfacebuilder.MaterialRules

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

Static Fields

userdata, MaterialRules$MaterialCondition MaterialRules.STONE_DEPTH_CEILING This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, MaterialRules$MaterialCondition MaterialRules.STONE_DEPTH_CEILING_WITH_SURFACE_DEPTH This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, MaterialRules$MaterialCondition MaterialRules.STONE_DEPTH_FLOOR This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, MaterialRules$MaterialCondition MaterialRules.STONE_DEPTH_FLOOR_WITH_SURFACE_DEPTH This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, MaterialRules$MaterialCondition MaterialRules.STONE_DEPTH_FLOOR_WITH_SURFACE_DEPTH_RANGE_30 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, MaterialRules$MaterialCondition MaterialRules.STONE_DEPTH_FLOOR_WITH_SURFACE_DEPTH_RANGE_6 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

MaterialRules.aboveY(anchor, runDepthMultiplier) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.aboveYWithStoneDepth(anchor, runDepthMultiplier) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.biome(biomes) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.block(state) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.condition(condition, rule) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.hole() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.noiseThreshold(noise, min) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.noiseThreshold(noise, min, max) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.not(target) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.sequence(rules) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.steepSlope() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.stoneDepth(offset, addSurfaceDepth, verticalSurfaceType) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.stoneDepth(offset, addSurfaceDepth, secondaryDepthRange, verticalSurfaceType) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.surface() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.temperature() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.terracottaBands() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.verticalGradient(id, trueAtAndBelow, falseAtAndAbove) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.water(offset, runDepthMultiplier) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
MaterialRules.waterWithStoneDepth(offset, runDepthMultiplier) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

MaterialRules() 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:getClass() 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() 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

MaterialRules.aboveY(anchor, runDepthMultiplier)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.aboveYWithStoneDepth(anchor, runDepthMultiplier)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.biome(biomes)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.block(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:

userdata, MaterialRules$MaterialRule This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.condition(condition, rule)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • condition userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • rule userdata, MaterialRules$MaterialRule This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.noiseThreshold(noise, min)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • noise userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.noiseThreshold(noise, min, max)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • noise userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • min number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • max number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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

Parameters:

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

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.sequence(rules)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.stoneDepth(offset, addSurfaceDepth, verticalSurfaceType)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.stoneDepth(offset, addSurfaceDepth, secondaryDepthRange, verticalSurfaceType)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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

Returns:

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

Returns:

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

Returns:

userdata, MaterialRules$MaterialRule This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.verticalGradient(id, trueAtAndBelow, falseAtAndAbove)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • id string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • trueAtAndBelow userdata, YOffset This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • falseAtAndAbove userdata, YOffset This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.water(offset, runDepthMultiplier)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, MaterialRules$MaterialCondition This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
MaterialRules.waterWithStoneDepth(offset, runDepthMultiplier)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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

Constructors

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

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