Uses of Class
net.minecraft.world.gen.feature.template.Template.EntityInfo
-
Packages that use Template.EntityInfo Package Description net.minecraft.world.gen.feature.template -
-
Uses of Template.EntityInfo in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template with type parameters of type Template.EntityInfo Modifier and Type Field Description private java.util.List<Template.EntityInfo>
Template. entityInfoList
Methods in net.minecraft.world.gen.feature.template that return Template.EntityInfo Modifier and Type Method Description Template.EntityInfo
StructureProcessor. processEntity(IWorldReader world, BlockPos seedPos, Template.EntityInfo rawEntityInfo, Template.EntityInfo entityInfo, PlacementSettings placementSettings, Template template)
FORGE: Add entity processing.Methods in net.minecraft.world.gen.feature.template that return types with arguments of type Template.EntityInfo Modifier and Type Method Description static java.util.List<Template.EntityInfo>
Template. processEntityInfos(Template template, IWorld p_215387_0_, BlockPos p_215387_1_, PlacementSettings p_215387_2_, java.util.List<Template.EntityInfo> p_215387_3_)
Methods in net.minecraft.world.gen.feature.template with parameters of type Template.EntityInfo Modifier and Type Method Description Template.EntityInfo
StructureProcessor. processEntity(IWorldReader world, BlockPos seedPos, Template.EntityInfo rawEntityInfo, Template.EntityInfo entityInfo, PlacementSettings placementSettings, Template template)
FORGE: Add entity processing.Method parameters in net.minecraft.world.gen.feature.template with type arguments of type Template.EntityInfo Modifier and Type Method Description static java.util.List<Template.EntityInfo>
Template. processEntityInfos(Template template, IWorld p_215387_0_, BlockPos p_215387_1_, PlacementSettings p_215387_2_, java.util.List<Template.EntityInfo> p_215387_3_)
-