Interface IVinePlant

All Known Implementing Classes:
Pumpkin

public interface IVinePlant
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default boolean
    getVinedPlant(net.minecraft.world.entity.Entity entiy)
     
    boolean
     
    net.minecraft.world.level.EntityGetter
     
  • Method Details

    • getVeinedPlantUUID

      @Nullable UUID getVeinedPlantUUID()
    • isPlantable

      boolean isPlantable()
    • level

      net.minecraft.world.level.EntityGetter level()
    • getVinedPlant

      default boolean getVinedPlant(net.minecraft.world.entity.Entity entiy)