Package com.cake.azimuth.registration
Class BehaviourApplicators
java.lang.Object
com.cake.azimuth.registration.BehaviourApplicators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour> getBehavioursFor(com.simibubi.create.foundation.blockEntity.SmartBlockEntity be) static voidregister(Function<com.simibubi.create.foundation.blockEntity.SmartBlockEntity, List<com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour>> applicator) static voidregisterForType(Supplier<? extends net.minecraft.world.level.block.entity.BlockEntityType<?>> typeSupplier, Function<com.simibubi.create.foundation.blockEntity.SmartBlockEntity, List<com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour>> applicator) static void
-
Constructor Details
-
BehaviourApplicators
public BehaviourApplicators()
-
-
Method Details
-
register
-
getBehavioursFor
public static List<com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour> getBehavioursFor(com.simibubi.create.foundation.blockEntity.SmartBlockEntity be) -
registerForType
-
resolveRegisteredTypes
public static void resolveRegisteredTypes()
-