Package vazkii.botania.api.block
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 -
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.core.BlockPosGets 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
-