Class BlockEntityConstants
java.lang.Object
vazkii.botania.common.block.block_entity.BlockEntityConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Set<net.minecraft.world.level.block.entity.BlockEntityType<? extends ManaReceiver>> static final Set<net.minecraft.world.level.block.entity.BlockEntityType<? extends ManaTrigger>> static final Set<net.minecraft.world.level.block.entity.BlockEntityType<? extends SparkAttachable>> static final Set<net.minecraft.world.level.block.entity.BlockEntityType<? extends net.minecraft.world.WorldlyContainer>> -
Method Summary
-
Field Details
-
SELF_WANDABLE_BES
-
SELF_MANA_TRIGGER_BES
public static final Set<net.minecraft.world.level.block.entity.BlockEntityType<? extends ManaTrigger>> SELF_MANA_TRIGGER_BES -
SELF_MANA_RECEIVER_BES
public static final Set<net.minecraft.world.level.block.entity.BlockEntityType<? extends ManaReceiver>> SELF_MANA_RECEIVER_BES -
SELF_SPARK_ATTACHABLE_BES
public static final Set<net.minecraft.world.level.block.entity.BlockEntityType<? extends SparkAttachable>> SELF_SPARK_ATTACHABLE_BES -
SELF_WORLDLY_CONTAINERS
public static final Set<net.minecraft.world.level.block.entity.BlockEntityType<? extends net.minecraft.world.WorldlyContainer>> SELF_WORLDLY_CONTAINERS
-