Uses of Class
net.minecraftforge.entity.PartEntity
Packages that use PartEntity
Package
Description
-
Uses of PartEntity in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type PartEntityModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<PartEntity<?>>
ClientWorld.partEntities
Methods in net.minecraft.client.world that return types with arguments of type PartEntity -
Uses of PartEntity in net.minecraft.entity.boss.dragon
Subclasses of PartEntity in net.minecraft.entity.boss.dragonMethods in net.minecraft.entity.boss.dragon that return PartEntity -
Uses of PartEntity in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type PartEntityModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<PartEntity<?>>
ServerWorld.partEntities
Methods in net.minecraft.world.server that return types with arguments of type PartEntity -
Uses of PartEntity in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return PartEntityModifier and TypeMethodDescriptiondefault PartEntity<?>[]
IForgeEntity.getParts()
Gets the individual sub parts that make up this entity.Methods in net.minecraftforge.common.extensions that return types with arguments of type PartEntityModifier and TypeMethodDescriptiondefault Collection<PartEntity<?>>
IForgeWorld.getPartEntities()
All part entities in this world.