Declare VanillaMenuTypes#register as internal
This commit is contained in:
parent
0a0b0e3819
commit
ef2602895b
@ -22,7 +22,7 @@ object VanillaMenuTypes {
|
|||||||
|
|
||||||
val SHULKER_BOX by registrar.register("shulker_box") { MenuType(::MatteryShulkerBoxMenu, FeatureFlags.VANILLA_SET) }
|
val SHULKER_BOX by registrar.register("shulker_box") { MenuType(::MatteryShulkerBoxMenu, FeatureFlags.VANILLA_SET) }
|
||||||
|
|
||||||
fun register(bus: IEventBus) {
|
internal fun register(bus: IEventBus) {
|
||||||
registrar.register(bus)
|
registrar.register(bus)
|
||||||
bus.addListener(this::registerScreens)
|
bus.addListener(this::registerScreens)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user