Uses of Class
net.minecraft.entity.mob.VindicatorEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.mob |
-
Uses of VindicatorEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type VindicatorEntity Modifier and Type Method Description Identifier
VindicatorEntityRenderer. getTexture(VindicatorEntity vindicatorEntity)
-
Uses of VindicatorEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type VindicatorEntity Modifier and Type Field Description static EntityType<VindicatorEntity>
EntityType. VINDICATOR
-
Uses of VindicatorEntity in net.minecraft.entity.mob
Constructors in net.minecraft.entity.mob with parameters of type VindicatorEntity Constructor Description AttackGoal(VindicatorEntity vindicator)
FollowEntityGoal(VindicatorEntity vindicator)
Constructor parameters in net.minecraft.entity.mob with type arguments of type VindicatorEntity Constructor Description VindicatorEntity(EntityType<? extends VindicatorEntity> type, World world)