Dieser Commit ist enthalten in:
Ursprung
8cff1db70b
Commit
537509a4e4
@ -396,7 +396,6 @@ public class REntity {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reflection.FieldAccessor<Integer> additionalData = Reflection.getField(spawnPacket, int.class, index);
|
||||
BountifulWrapper.PositionSetter position = BountifulWrapper.impl.getPositionSetter(spawnPacket, posOffset);
|
||||
|
||||
|
13
SpigotCore_Main/src/de/steamwar/entity/RFallingBlockEntity.java
Normale Datei
13
SpigotCore_Main/src/de/steamwar/entity/RFallingBlockEntity.java
Normale Datei
@ -0,0 +1,13 @@
|
||||
package de.steamwar.entity;
|
||||
|
||||
import de.steamwar.techhider.BlockIds;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.entity.EntityType;
|
||||
|
||||
public class RFallingBlockEntity extends REntity{
|
||||
|
||||
public RFallingBlockEntity(REntityServer server, EntityType entityType, Location location, Material material) {
|
||||
super(server, entityType, location, BlockIds.impl.materialToId(material));
|
||||
}
|
||||
}
|
In neuem Issue referenzieren
Einen Benutzer sperren