Interface IVinePlant
- All Known Implementing Classes:
Pumpkin
public interface IVinePlant
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleangetVinedPlant(net.minecraft.world.entity.Entity entiy) booleannet.minecraft.world.level.EntityGetterlevel()
-
Method Details
-
getVeinedPlantUUID
-
isPlantable
boolean isPlantable() -
level
net.minecraft.world.level.EntityGetter level() -
getVinedPlant
default boolean getVinedPlant(net.minecraft.world.entity.Entity entiy)
-