Interface CopycatsPlusHelper

All Known Implementing Classes:
CopycatsPlusHelper.Instance, CopycatsPlusHelper.Stub

@ParametersAreNonnullByDefault public interface CopycatsPlusHelper
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CopycatsPlusHelper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.world.level.block.state.BlockState
    getCopycatMaterial(@Nullable net.minecraft.world.level.block.entity.BlockEntity be)
     
  • Field Details

  • Method Details

    • getCopycatMaterial

      @Nullable @Nullable net.minecraft.world.level.block.state.BlockState getCopycatMaterial(@Nullable @Nullable net.minecraft.world.level.block.entity.BlockEntity be)