public class GelTemplate
extends net.minecraft.world.gen.feature.template.Template
Modifier and Type | Field and Description |
---|---|
net.minecraft.world.gen.feature.template.Template |
template |
Constructor and Description |
---|
GelTemplate(net.minecraft.world.gen.feature.template.Template template) |
Modifier and Type | Method and Description |
---|---|
boolean |
addBlocksToWorld(net.minecraft.world.IWorld worldIn,
net.minecraft.util.math.BlockPos pos,
net.minecraft.world.gen.feature.template.PlacementSettings placementIn,
int flags) |
void |
addEntitiesToWorld(net.minecraft.world.IWorld worldIn,
net.minecraft.util.math.BlockPos offsetPos,
net.minecraft.world.gen.feature.template.PlacementSettings placementIn,
net.minecraft.util.Mirror mirrorIn,
net.minecraft.util.Rotation rotationIn,
net.minecraft.util.math.BlockPos centerOffset,
net.minecraft.util.math.MutableBoundingBox boundsIn) |
addBlocksToWorld, addBlocksToWorldChunk, calculateConnectedPos, func_215381_a, func_215386_a, func_222857_a, getAuthor, getMutableBoundingBox, getSize, getTransformedPos, getTransformedPos, getZeroPositionWithTransform, getZeroPositionWithTransform, loadEntity, processBlockInfos, processBlockInfos, processEntityInfos, read, setAuthor, takeBlocksFromWorld, transformedBlockPos, transformedSize, transformedVec3d, writeToNBT
public GelTemplate(net.minecraft.world.gen.feature.template.Template template)
public boolean addBlocksToWorld(net.minecraft.world.IWorld worldIn, net.minecraft.util.math.BlockPos pos, net.minecraft.world.gen.feature.template.PlacementSettings placementIn, int flags)
addBlocksToWorld
in class net.minecraft.world.gen.feature.template.Template
public void addEntitiesToWorld(net.minecraft.world.IWorld worldIn, net.minecraft.util.math.BlockPos offsetPos, net.minecraft.world.gen.feature.template.PlacementSettings placementIn, net.minecraft.util.Mirror mirrorIn, net.minecraft.util.Rotation rotationIn, net.minecraft.util.math.BlockPos centerOffset, @Nullable net.minecraft.util.math.MutableBoundingBox boundsIn)