| efo | |
| net.minecraft.world.level.gameevent.vibrations.VibrationInfo | |
| net.minecraft.class_7269 | |
| net.minecraft.unmapped.C_xctzkvoy | |
| net.minecraft.world.event.listener.Vibration | |
| net.minecraft.world.event.vibration.VibrationInfo |
Field summary
| Modifier and Type | Field | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Holder<GameEvent> |
| ||||||||||||
| private final float |
| ||||||||||||
| private final Vec3 |
| ||||||||||||
| private final UUID |
| ||||||||||||
| private final UUID |
| ||||||||||||
| private final Entity |
| ||||||||||||
| public static final com.mojang.serialization.Codec<VibrationInfo> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Holder<GameEvent> gameEvent, float distance, Vec3 pos, UUID uuid, UUID projectileOwnerUuid) |
| public | (Holder<GameEvent> gameEvent, float distance, Vec3 pos, Entity entity) |
| public | (Holder<GameEvent> gameEvent, float distance, Vec3 pos, UUID sourceUuid, UUID projectileOwnerUuid, Entity entity) |
Method summary
| Modifier and Type | Method | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| private static UUID |
| ||||||||||||
| public Optional<Entity> |
| ||||||||||||
| public Optional<Entity> |
| ||||||||||||
| public Holder<GameEvent> |
| ||||||||||||
| public float |
| ||||||||||||
| public Vec3 |
| ||||||||||||
| public UUID |
| ||||||||||||
| public UUID |
| ||||||||||||
| public Entity |
|