Uses of Class
net.minecraft.entity.projectile.LashingPotatoHookEntity
Packages that use LashingPotatoHookEntity
Package
Description
-
Uses of LashingPotatoHookEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type LashingPotatoHookEntityModifier and TypeMethodDescriptionLashingPotatoHookEntityRenderer.getTexture(LashingPotatoHookEntity lashingPotatoHookEntity) voidLashingPotatoHookEntityRenderer.render(LashingPotatoHookEntity lashingPotatoHookEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of LashingPotatoHookEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type LashingPotatoHookEntityModifier and TypeFieldDescriptionstatic final EntityType<LashingPotatoHookEntity> EntityType.LASHING_POTATO_HOOK -
Uses of LashingPotatoHookEntity in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as LashingPotatoHookEntity -
Uses of LashingPotatoHookEntity in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type LashingPotatoHookEntityModifier and TypeMethodDescriptionprivate voidLashingPotatoHookEntity.setHookForPlayer(@Nullable LashingPotatoHookEntity lashingPotatoHookEntity) Constructor parameters in net.minecraft.entity.projectile with type arguments of type LashingPotatoHookEntityModifierConstructorDescriptionLashingPotatoHookEntity(EntityType<? extends LashingPotatoHookEntity> type, World world) -
Uses of LashingPotatoHookEntity in net.minecraft.item
Methods in net.minecraft.item with parameters of type LashingPotatoHookEntityModifier and TypeMethodDescriptionprivate static voidLashingPotatoItem.method_59049(World world, PlayerEntity player, LashingPotatoHookEntity lashingPotatoHookEntity)