Uses of Interface
net.minecraft.aprilfools.event.MineEvent
Packages that use MineEvent
Package
Description
The base package for all Minecraft classes.
-
Uses of MineEvent in net.minecraft
Fields in net.minecraft with type parameters of type MineEventMethods in net.minecraft that return types with arguments of type MineEventModifier and TypeMethodDescriptionclass_11101.events()Returns the value of theeventsrecord component.Constructor parameters in net.minecraft with type arguments of type MineEvent -
Uses of MineEvent in net.minecraft.aprilfools.event
Classes in net.minecraft.aprilfools.event that implement MineEventModifier and TypeClassDescriptionclassclassclassFields in net.minecraft.aprilfools.event with type parameters of type MineEventModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MineEvent> MineEvent.CODECMethods in net.minecraft.aprilfools.event that return types with arguments of type MineEventModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends MineEvent> MineEvent.getCodec()static com.mojang.serialization.MapCodec<? extends MineEvent> MineEvent.registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends MineEvent>> registry) Method parameters in net.minecraft.aprilfools.event with type arguments of type MineEventModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends MineEvent> MineEvent.registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends MineEvent>> registry) -
Uses of MineEvent in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type MineEventModifier and TypeFieldDescriptionRegistries.MINE_EVENT_TYPEstatic final RegistryKey<Registry<com.mojang.serialization.MapCodec<? extends MineEvent>>> RegistryKeys.MINE_EVENT_TYPE -
Uses of MineEvent in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type MineEventMethods in net.minecraft.server.world that return types with arguments of type MineEventMethods in net.minecraft.server.world with parameters of type MineEvent