All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
addGameTestMarker(ServerWorld world,
BlockPos pos,
String message,
int color,
int duration) |
static void |
clearGameTestMarkers(ServerWorld world) |
private static void |
method_24819(ServerWorld serverWorld,
BlockPos blockPos) |
static void |
sendBeeDebugData(BeeEntity bee) |
static void |
sendBeehiveDebugData(BeehiveBlockEntity beehive) |
static void |
sendBrainDebugData(LivingEntity living) |
static void |
sendChunkWatchingChange(ServerWorld world,
ChunkPos pos) |
static void |
sendGoalSelector(World world,
MobEntity mob,
GoalSelector goalSelector) |
static void |
sendNeighborUpdate(World world,
BlockPos pos) |
static void |
sendPathfindingData(World world,
MobEntity mob,
Path path,
float nodeReachProximity) |
static void |
sendPoiAddition(ServerWorld world,
BlockPos pos) |
static void |
sendPointOfInterest(ServerWorld world,
BlockPos pos) |
static void |
sendPoiRemoval(ServerWorld world,
BlockPos pos) |
static void |
sendRaids(ServerWorld server,
Collection<Raid> raids) |
static void |
sendStructureStart(WorldAccess world,
StructureStart<?> structureStart) |
private static void |
sendToAll(ServerWorld world,
PacketByteBuf buf,
Identifier channel) |