Interface Bound

All Known Subinterfaces:
WandBindable
All Known Implementing Classes:
AgricarnationBlockEntity, AgricarnationBlockEntity.Mini, BellethornBlockEntity, BellethornBlockEntity.Mini, BindableSpecialFlowerBlockEntity, BubbellBlockEntity, BubbellBlockEntity.Mini, ClayconiaBlockEntity, ClayconiaBlockEntity.Mini, DaffomillBlockEntity, DandelifeonBlockEntity, DreadthornBlockEntity, EndoflameBlockEntity, EntropinnyumBlockEntity, ExoflameBlockEntity, FallenKanadeBlockEntity, FluidGeneratorBlockEntity, FunctionalFlowerBlockEntity, GeneratingFlowerBlockEntity, GourmaryllisBlockEntity, HeiseiDreamBlockEntity, HopperhockBlockEntity, HopperhockBlockEntity.Mini, HyacidusBlockEntity, HydroangeasBlockEntity, JadedAmaranthusBlockEntity, JiyuuliaBlockEntity, JiyuuliaBlockEntity.Mini, KekimurusBlockEntity, LabelliaBlockEntity, LooniumBlockEntity, LuminizerBlockEntity, ManaSpreaderBlockEntity, MarimorphosisBlockEntity, MarimorphosisBlockEntity.Mini, MedumoneBlockEntity, MunchdewBlockEntity, NarslimmusBlockEntity, OrechidBlockEntity, OrechidIgnemBlockEntity, PollidisiacBlockEntity, RafflowsiaBlockEntity, RannuncarpusBlockEntity, RannuncarpusBlockEntity.Mini, RedStringBlockEntity, RedStringComparatorBlockEntity, RedStringContainerBlockEntity, RedStringDispenserBlockEntity, RedStringInterceptorBlockEntity, RedStringNutrifierBlockEntity, RedStringSpooferBlockEntity, RosaArcanaBlockEntity, ShulkMeNotBlockEntity, SolegnoliaBlockEntity, SolegnoliaBlockEntity.Mini, SpectranthemumBlockEntity, SpectrolusBlockEntity, TangleberrieBlockEntity, TangleberrieBlockEntity.Mini, ThermalilyBlockEntity, TigerseyeBlockEntity, VinculotusBlockEntity

public interface Bound
Any BlockEntity that implements this is technically bound to something, and the binding will be shown when hovering over with a Wand of the Forest.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.core.BlockPos
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.core.BlockPos
    Gets where this block is bound to
  • Field Details

    • UNBOUND_POS

      static final net.minecraft.core.BlockPos UNBOUND_POS
  • Method Details

    • getBinding

      @Nullable @Nullable net.minecraft.core.BlockPos getBinding()
      Gets where this block is bound to