forked from Kolyah35/minecraft-pe-0.6.1
the whole game
This commit is contained in:
19
src/world/level/material/WebMaterial.h
Executable file
19
src/world/level/material/WebMaterial.h
Executable file
@@ -0,0 +1,19 @@
|
||||
#ifndef NET_MINECRAFT_WORLD_LEVEL_MATERIAL__WebMaterial_H__
|
||||
#define NET_MINECRAFT_WORLD_LEVEL_MATERIAL__WebMaterial_H__
|
||||
|
||||
//package net.minecraft.world.level.material;
|
||||
#include "Material.h"
|
||||
|
||||
class WebMaterial: public Material
|
||||
{
|
||||
public:
|
||||
WebMaterial() {
|
||||
notAlwaysDestroyable();
|
||||
}
|
||||
|
||||
bool blocksMotion() const {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_WORLD_LEVEL_MATERIAL__WebMaterial_H__*/
|
||||
Reference in New Issue
Block a user