Uses of Class
net.minecraftforge.entity.PartEntity
-
Packages that use PartEntity Package Description net.minecraft.client.world net.minecraft.entity.boss.dragon net.minecraft.world.server net.minecraftforge.common.extensions -
-
Uses of PartEntity in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type PartEntity Modifier and Type Field Description private it.unimi.dsi.fastutil.ints.Int2ObjectMap<PartEntity<?>>
ClientWorld. partEntities
Methods in net.minecraft.client.world that return types with arguments of type PartEntity Modifier and Type Method Description java.util.Collection<PartEntity<?>>
ClientWorld. getPartEntities()
-
Uses of PartEntity in net.minecraft.entity.boss.dragon
Subclasses of PartEntity in net.minecraft.entity.boss.dragon Modifier and Type Class Description class
EnderDragonPartEntity
Methods in net.minecraft.entity.boss.dragon that return PartEntity Modifier and Type Method Description PartEntity<?>[]
EnderDragonEntity. getParts()
-
Uses of PartEntity in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type PartEntity Modifier and Type Field Description private it.unimi.dsi.fastutil.ints.Int2ObjectMap<PartEntity<?>>
ServerWorld. partEntities
Methods in net.minecraft.world.server that return types with arguments of type PartEntity Modifier and Type Method Description java.util.Collection<PartEntity<?>>
ServerWorld. getPartEntities()
-
Uses of PartEntity in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return PartEntity Modifier and Type Method Description default 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 PartEntity Modifier and Type Method Description default java.util.Collection<PartEntity<?>>
IForgeWorld. getPartEntities()
All part entities in this world.
-