Uses of Class
net.minecraft.entity.projectile.FishingBobberEntity.PositionType
| Package | Description |
|---|---|
| net.minecraft.entity.projectile |
-
Uses of FishingBobberEntity.PositionType in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return FishingBobberEntity.PositionType Modifier and Type Method Description private FishingBobberEntity.PositionTypeFishingBobberEntity. getPositionType(BlockPos pos)private FishingBobberEntity.PositionTypeFishingBobberEntity. getPositionType(BlockPos start, BlockPos end)static FishingBobberEntity.PositionTypeFishingBobberEntity.PositionType. valueOf(String name)Returns the enum constant of this type with the specified name.static FishingBobberEntity.PositionType[]FishingBobberEntity.PositionType. values()Returns an array containing the constants of this enum type, in the order they are declared.