Uses of Class
net.minecraft.entity.monster.VindicatorEntity
-
Packages that use VindicatorEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.monster -
-
Uses of VindicatorEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type VindicatorEntity Modifier and Type Method Description ResourceLocation
VindicatorRenderer. getTextureLocation(VindicatorEntity p_110775_1_)
-
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.monster
Constructors in net.minecraft.entity.monster with parameters of type VindicatorEntity Constructor Description AttackGoal(VindicatorEntity p_i50577_2_)
JohnnyAttackGoal(VindicatorEntity p_i47345_1_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type VindicatorEntity Constructor Description VindicatorEntity(EntityType<? extends VindicatorEntity> p_i50189_1_, World p_i50189_2_)
-