Class ExtrusionRecipe.MovementBehaviourProvider

java.lang.Object
com.petrolpark.compat.create.common.processing.extrusion.ExtrusionRecipe.MovementBehaviourProvider
All Implemented Interfaces:
com.simibubi.create.api.registry.SimpleRegistry.Provider<net.minecraft.world.level.block.Block,com.simibubi.create.api.behaviour.movement.MovementBehaviour>
Enclosing class:
ExtrusionRecipe

public static class ExtrusionRecipe.MovementBehaviourProvider extends Object implements com.simibubi.create.api.registry.SimpleRegistry.Provider<net.minecraft.world.level.block.Block,com.simibubi.create.api.behaviour.movement.MovementBehaviour>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable com.simibubi.create.api.behaviour.movement.MovementBehaviour
    get(net.minecraft.world.level.block.Block block)
     
    final void
    onRecipesUpdated(net.neoforged.neoforge.client.event.RecipesUpdatedEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.simibubi.create.api.registry.SimpleRegistry.Provider

    onRegister
  • Constructor Details

    • MovementBehaviourProvider

      public MovementBehaviourProvider()
  • Method Details

    • get

      @Nullable public @Nullable com.simibubi.create.api.behaviour.movement.MovementBehaviour get(net.minecraft.world.level.block.Block block)
      Specified by:
      get in interface com.simibubi.create.api.registry.SimpleRegistry.Provider<net.minecraft.world.level.block.Block,com.simibubi.create.api.behaviour.movement.MovementBehaviour>
    • onRecipesUpdated

      public final void onRecipesUpdated(net.neoforged.neoforge.client.event.RecipesUpdatedEvent event)