Class BehaviourApplicators

java.lang.Object
com.cake.azimuth.registration.BehaviourApplicators

public class BehaviourApplicators extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour>
    getBehavioursFor(com.simibubi.create.foundation.blockEntity.SmartBlockEntity be)
     
    static void
    register(Function<com.simibubi.create.foundation.blockEntity.SmartBlockEntity,List<com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour>> applicator)
     
    static void
    registerForType(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
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BehaviourApplicators

      public BehaviourApplicators()
  • Method Details

    • register

      public static void register(Function<com.simibubi.create.foundation.blockEntity.SmartBlockEntity,List<com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour>> applicator)
    • getBehavioursFor

      public static List<com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour> getBehavioursFor(com.simibubi.create.foundation.blockEntity.SmartBlockEntity be)
    • registerForType

      public static void registerForType(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)
    • resolveRegisteredTypes

      public static void resolveRegisteredTypes()