Uses of Class
net.minecraft.entity.merchant.villager.WanderingTraderEntity
Packages that use WanderingTraderEntity
Package
Description
-
Uses of WanderingTraderEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type WanderingTraderEntityModifier and TypeMethodDescriptionWanderingTraderRenderer.getTextureLocation(WanderingTraderEntity p_110775_1_) protected voidWanderingTraderRenderer.scale(WanderingTraderEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_) -
Uses of WanderingTraderEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type WanderingTraderEntityModifier and TypeFieldDescriptionstatic final EntityType<WanderingTraderEntity>EntityType.WANDERING_TRADER -
Uses of WanderingTraderEntity in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager declared as WanderingTraderEntityModifier and TypeFieldDescription(package private) final WanderingTraderEntityWanderingTraderEntity.MoveToGoal.traderConstructors in net.minecraft.entity.merchant.villager with parameters of type WanderingTraderEntityModifierConstructorDescription(package private)MoveToGoal(WanderingTraderEntity p_i50459_2_, double p_i50459_3_, double p_i50459_5_) Constructor parameters in net.minecraft.entity.merchant.villager with type arguments of type WanderingTraderEntityModifierConstructorDescriptionWanderingTraderEntity(EntityType<? extends WanderingTraderEntity> p_i50178_1_, World p_i50178_2_) -
Uses of WanderingTraderEntity in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner with parameters of type WanderingTraderEntityModifier and TypeMethodDescriptionprivate voidWanderingTraderSpawner.tryToSpawnLlamaFor(ServerWorld p_242373_1_, WanderingTraderEntity p_242373_2_, int p_242373_3_)