Uses of Class
net.minecraftforge.entity.PartEntity
Package
Description
-
Uses of PartEntity in net.minecraft.client.multiplayer
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<PartEntity<?>>
ClientLevel.partEntities
-
Uses of PartEntity in net.minecraft.server.level
Modifier and TypeFieldDescription(package private) final it.unimi.dsi.fastutil.ints.Int2ObjectMap<PartEntity<?>>
ServerLevel.dragonParts
-
Uses of PartEntity in net.minecraft.world.entity.boss
-
Uses of PartEntity in net.minecraft.world.entity.boss.enderdragon
-
Uses of PartEntity in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault @Nullable PartEntity<?>[]
IForgeEntity.getParts()
Gets the individual sub parts that make up this entity.Modifier and TypeMethodDescriptiondefault Collection<PartEntity<?>>
IForgeLevel.getPartEntities()
All part entities in this world.